summaryrefslogtreecommitdiff
path: root/src/pages/[locale]
diff options
context:
space:
mode:
Diffstat (limited to 'src/pages/[locale]')
-rw-r--r--src/pages/[locale]/submit.astro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/pages/[locale]/submit.astro b/src/pages/[locale]/submit.astro
index 5415854..f12de86 100644
--- a/src/pages/[locale]/submit.astro
+++ b/src/pages/[locale]/submit.astro
@@ -20,4 +20,8 @@ const t = translate(locale);
<p set:html={t(tPage, { key: 'submit-para-2' })} />
<p set:html={t(tPage, { key: 'submit-para-3' })} />
</section>
+ <section>
+ <h2 set:html={t(tPage, { key: 'copyright-heading' })} />
+ <p set:html={t(tPage, { key: 'copyright-body' })} />
+ </section>
</Page>